home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / timevent / _winfile / clockr23 / example1.bat < prev    next >
Encoding:
DOS Batch File  |  1994-01-07  |  154 b   |  8 lines

  1. @echo off
  2.  
  3. rem ** Attach to Server **
  4. echo "password" | attach servername/username > nul
  5. map i:=servername\volume:directory
  6.  
  7. copy i:myfile.exe c:\
  8.